You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mounts the discussion UI, but the backend half of #838 is still missing.
The new client always calls /api/bounties/${bountyId}/comments for list/create, but this PR only adds frontend files and does not add a backend route or persistence for that endpoint. A code search of the current repo also does not show an existing backend comments route for bounties. As submitted, the detail page can render the discussion panel, but listing comments will hit an unavailable endpoint and posting a comment cannot persist anything.
There is also no real-time transport here; refetchInterval: 5000 is polling, not real-time comment updates, and it still depends on the missing comments API. To satisfy #838, this needs the backend comments endpoints/storage and either a real-time update channel or an explicit adjustment of that acceptance path.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
BountyDiscussionsection on bounty detail pagesWhy
Issue #838 requests comments/discussion threads for bounty collaboration.
Acceptance mapping
Closes #838
Wallet
Wallet: 74jSPYaxEJcGEuW4jr6bqQdg2iuLChyLEuEmC8QhcQVW